home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Error Handling ⁄ 09.26.88 ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  40 lines  |  [TEXT/GEOL]

  1. Item    9883081                         26-Sept-88        13:02
  2.  
  3. From:   D1002                           PEMD Ed Group, Dev, E Rosenberg
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Error Handling
  8.  
  9. Hi Everyone,
  10.  
  11. We're having a problem with memory management and our draw method.  A menu
  12. command to duplicate a window and its view is given with the available memory
  13. just above our low space (7096K).    Low space is eaten into during the
  14. duplication and at is completion TApplication.Idle calls SpaceIsLow, which puts
  15. up the "Memory space is low. Some menu commands may be disabled" alert.
  16.  
  17. When this alert is dismissed, invariably an Exception #4 non-68K Instr error
  18. follows. We've tried putting in a failure handler, which in turn gives us an
  19. Exception #3 odd address error.  The errors always follow TApplication.Idle and
  20. TOurView.Draw.  However, the draw method is never actually entered; there's a
  21. writeln statement at its very beginning which doesn't appear when the error
  22. does.
  23.  
  24. Whatever suggestions anyone has would be very appreciated.
  25.  
  26. Regards,
  27. Ernie Rosenberg
  28.  
  29. Configuration:
  30.     MacApp 1.1.1
  31.     1 mg SE with 20 HD
  32.     System Software 6.0.1
  33.     MPW 2.0.2
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.